CyclicBuffer.removeBack

Removes the item at the end of the buffer.

  1. void removeBack()
    struct CyclicBuffer(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T)
    void
    removeBack
    ()
  2. alias popBack = removeBack

Meta